Add Akpahsamuel contributor card#122
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new contributor card (contributors/Akpahsamuel.html) to be rendered in the contributors gallery (loaded via scripts/load-cards.js iframes).
Changes:
- Introduces a new contributor profile card for “Samuel Akpah”
- Adds language badges and tool icons (Devicon) with card-local CSS styling
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+16
to
+20
| <img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/typescript/typescript-original.svg" /> | ||
| <img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/git/git-original.svg" /> | ||
| <img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/linux/linux-original.svg" /> | ||
| <img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bash/bash-original.svg" /> | ||
| <img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vscode/vscode-original.svg" /> |
kelvinator07
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Akpahsamuel contributor card
Adds my contributor card at
contributors/Akpahsamuel.htmlas part of the open-source contribution tutorial.What's in the card:
Checklist
Things I'd improve in the tutorial
CONTRIBUTING.mdis out of date about how cards load. It says to manually add your filename toscripts/contributors.js, but that file is now auto-generated byscripts/generate-cards.shand is gitignored. On a fresh clonecontributors.jsdoesn't exist, so openingindex.htmlshows no cards until you runbash scripts/generate-cards.sh. The docs should replace the manual-edit step with running that script, and mention it before the "preview in browser" step.icons/bitcoin/bitcoin-original.svg, which doesn't exist in devicon (404 → broken-image icon). I left it out of my card for this reason.